Last update: 05 January 2017, by Philippe Grosjean
|
|
|

Here are the additional material and examples for chapter 13: Supervised classification
of images, applied to plankton samples using R and zooimage of the
Data Mining Applications
with R book.
Installation
All required packages are available from CRAN.
In R make:
install.packages("zooimage")
Example dataset
Download and unzip data and R code
somewhere on your disk. Run the script that is located in the /R subdirectory after
changing the line defining 'rootpath' to point to the directory where you unzipped the
examples.
|